Skip to content

Conversation

gbaraldi
Copy link
Member

@gbaraldi gbaraldi commented Sep 5, 2025

With this and a change to AMDGPU, for loops in the code can vectorize

Copy link
Member

@maleadt maleadt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the TODO below the code you changed:

TODO: Make this not dependent on uses_julia_runtime (likely CPU), but it's own control

The native back-end should then declare can_vectorize = true

Also, doesn't this need to be set for AMDGPU, which seems like the motivation for this change?

@gbaraldi
Copy link
Member Author

gbaraldi commented Sep 9, 2025

Should CUDA also not set this?

Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.54%. Comparing base (a239ae0) to head (610be9e).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
+ Coverage   75.24%   75.54%   +0.30%     
==========================================
  Files          24       24              
  Lines        3635     3639       +4     
==========================================
+ Hits         2735     2749      +14     
+ Misses        900      890      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt maleadt merged commit 5136798 into master Oct 14, 2025
33 checks passed
@maleadt maleadt deleted the gb/vectorize branch October 14, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants